his pattern is applicable only when user haven't specified the corresponding pattern in the GUI

Specified by:
getDefaultInputPattern in class DataFieldNumeric
Returns:
String value by default returns null

getDouble

public double getDouble()
                 throws java.lang.NumberFormatException,
                        java.text.ParseException
get a double value

Returns:
double
java.lang.NumberFormatException
java.text.ParseException

CredibleXML
v1.5

Submit a bug or feature

CredibleXML is a trademark or registered trademark of Crediware L.L.C. in the US and other countries.
Copyright 2001-2002 Crediware L.L.C. All Rights Reserved.
DataFieldFactory (CredibleXML 1.5 Base Framework Specification)
CredibleXML
v1.5

com.crediware.crediblexml.coredef
Class DataFieldFactory

java.lang.Object
  |
  +--com.crediware.crediblexml.coredef.DataFieldFactory

public class DataFieldFactory
extends java.lang.Object

Copyright (c) 2001-2002 Crediware LLC. Purpose: Factory which allows to create data field class based on it's format type.


Constructor Summary
DataFieldFactory()
           
 
Method Summary
static DataField createDataField(DataSegment container, MetaData metaData, IExternalDataProvider dataProvider, java.lang.String value)
          create data field based on the provided parameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataFieldFactory

public DataFieldFactory()
Method Detail

createDataField

public static DataField createDataField(DataSegment container,
                                        MetaData metaData,
                                        IExternalDataProvider dataProvider,
                                        java.lang.String value)
create data field based on the provided parameters


CredibleXML
v1.5

Submit a bug or feature

CredibleXML is a trademark or registered trademark of Crediware L.L.C. in the US and other countries.
Copyright 2001-2002 Crediware L.L.C. All Rights Reserved.
DataFieldFloat (CredibleXML 1.5 Base Framework Specification)
CredibleXML
v1.5

com.crediware.crediblexml.coredef
Class DataFieldFloat

java.lang.Object
  |
  +--com.crediware.crediblexml.coredef.DataElement
        |
        +--com.crediware.crediblexml.coredef.DataField
              |